README

This repository contains the data and plotting scripts used for the paper:
Title: "Kondo screening and coherence in kagome local-moment metals: Energy scales of heavy fermions in the presence of flat bands", 
DOI: https://doi.org/10.1103/PhysRevB.108.235106

Directory Structure

Data/: This directory contains the raw and processed data used in the analysis. All the data files here are organized in respective subdirectories, within each there is a README file that explains the data.

Figures/: This directory contains the produced figures. All the figures here are organized and named according to the order they appear in the paper.

FigX.py: These Python scripts (e.g., Fig1.py, Fig2.py, etc.) generate the plots that appear in the paper. Each script corresponds to a specific figure (X) in the manuscript.

Usage

    Data: You can find all the datasets used in the paper inside the Data/ folder.

    Scripts: To recreate the figures from the paper, run the corresponding FigX.py script using Python. Make sure to have the required dependencies installed, as listed below. Fig2 is generated with a Mathematica script.

Dependencies

The scripts rely on the following Python libraries:

    numpy
    matplotlib
    scipy